home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / SpreadSheet.nib / data.classes < prev    next >
Encoding:
Text File  |  1992-08-29  |  858 b   |  65 lines

  1. TileScrollView = {
  2.     OUTLETS = {
  3.     addMatrix;
  4.     stubView;
  5.     arrowMatrix;
  6.     Controller;
  7.     };
  8.     SUPERCLASS = ScrollView;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. SpreadSheetMgr = {
  16.     ACTIONS = {
  17.     save:;
  18.     addRow:;
  19.     temp:;
  20.     addColumn:;
  21.     addColFunction:;
  22.     readMore:;
  23.     readLess:;
  24.     addRowFunction:;
  25.     open:;
  26.     };
  27.     OUTLETS = {
  28.     spreadView;
  29.     cellMatrix;
  30.     window;
  31.     scrollView;
  32.     spreadSheetBox;
  33.     lineNumberscrollView;
  34.     columnNameMatrix;
  35.     lineNumberMatrix;
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39. SpreadView = {
  40.     OUTLETS = {
  41.     cellMatrix;
  42.     lineMatrix;
  43.     };
  44.     SUPERCLASS = View;
  45. };
  46. Scroller = {
  47.     OUTLETS = {
  48.     target;
  49.     };
  50.     SUPERCLASS = Control;
  51. };
  52. MyScrollView = {
  53.     OUTLETS = {
  54.     spreadView;
  55.     lineMatrix;
  56.     };
  57.     SUPERCLASS = ScrollView;
  58. };
  59. MyObject = {
  60.     ACTIONS = {
  61.     appDidInit:;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65.